rm note about obsolete grapheme rules from README, clean up test output
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 14 Dec 2014 14:01:14 +0000 (09:01 -0500)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 14 Dec 2014 14:01:14 +0000 (09:01 -0500)
README.md
graphemetest.c

index 37710898c8560a4e181059816beb0034ccb67463..2bf3cd425695ef4f9c4d09872028f7e5ed49ffcd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,9 +41,7 @@ The C library is found in this directory after successful compilation
 and is named `libmojibake.a` (for the static library) and
 `libmojibake.so` (for the dynamic library).
 
-The Unicode version being supported is 7.0.0.  (Grapheme segmentation
-is currently based on version 4.1.0 of Unicode Standard Annex #29, but
-we hope to update this soon.)
+The Unicode version being supported is 7.0.0.
 
 For Unicode normalizations, the following options are used:
 
index 4ad2c12b256637a1e8c5c940189d70809d03e5b8..094fa7f8e3bc584136d9964fad604ffb2b425575 100644 (file)
@@ -60,7 +60,6 @@ int main(void)
                  for (i = 0; i <= glen; ++i)
                       if (g[i] == 0xff)
                            g[i] = '/'; /* easier-to-read output (/ is not in test strings) */
-                 printf("line %zd\n", lineno);
                  check(!strcmp((char*)g, (char*)src),
                        "grapheme mismatch: \"%s\" instead of \"%s\"", (char*)g, (char*)src);
             }